home *** CD-ROM | disk | FTP | other *** search
- Path: onramp.net!dean
- From: dean@onramp.net (Dean)
- Newsgroups: comp.lang.c++
- Subject: Re: linking C & C++
- Date: 16 Mar 1996 16:33:32 GMT
- Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
- Distribution: world
- Message-ID: <4ieqgs$hgl@news.onramp.net>
- Reply-To: dean@onramp.net
- NNTP-Posting-Host: stemmons04.onramp.net
-
- Following up myself here. but, I found what I was doing incorrectly. I assumed
- that I did not need the {} in the extern "C" {jmpbuffer}; statement since there
- was only one item in the declaration. I was assuming that the scope
- determination inC++ would be the same as in C, and only a single item would not
- need to be inclosed in curlies.
-
-